home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / DefineButton2_119 / BUTTONCONDACTION on(keyPress Left).as
Encoding:
Text File  |  2005-11-19  |  126 b   |  9 lines

  1. on(keyPress "<Left>"){
  2.    tellTarget("/B/bike/rotate")
  3.    {
  4.       prevFrame();
  5.    }
  6.    play();
  7.    set("/:con","0");
  8. }
  9.